home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
PREVIEW.DIR
/
00116_Script_HM_latch
< prev
next >
Wrap
Text File
|
1997-07-22
|
374b
|
10 lines
global gQTChan, gHMvideoManager
on exitFrame
-- scan index for next clip
repeat with i = 1 to the pClipListCount of gHMvideoManager
set nextStartTime = getpropat(the pClipList of gHMvideoManager, i)
if nextStartTime > the movieTime of sprite gQTchan then exit repeat
end repeat
go "hm_" & string(getat(the pClipList of gHMvideoManager, i - 1))
end